home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Oberon⁄F™ 1.2 / Preinstalled version / Dev / Docu / Markers (.txt) < prev    next >
Encoding:
Oberon Document  |  1996-03-29  |  1.9 KB  |  47 lines  |  [oODC/obnF]

  1. Documents.StdDocumentDesc
  2. Documents.DocumentDesc
  3. Containers.ViewDesc
  4. Views.ViewDesc
  5. Stores.StoreDesc
  6. Documents.ModelDesc
  7. Containers.ModelDesc
  8. Models.ModelDesc
  9. Stores.ElemDesc
  10. TextViews.StdViewDesc
  11. TextViews.ViewDesc
  12. TextModels.StdModelDesc
  13. TextModels.ModelDesc
  14. TextModels.AttributesDesc
  15. Helvetica
  16. TextRulers.StdRulerDesc
  17. TextRulers.RulerDesc
  18. TextRulers.StdStyleDesc
  19. TextRulers.StyleDesc
  20. TextRulers.AttributesDesc
  21. Helvetica
  22. Helvetica
  23. Helvetica
  24. DevMarkers
  25. DEFINITION DevMarkers;
  26.     PROCEDURE  NextError;
  27.     PROCEDURE  ToggleCurrent;
  28.     PROCEDURE  UnmarkErrors;
  29. END DevMarkers.
  30. Error markers indicate compiler errors in-place in the compiled text.
  31. This module contains several other items which are used internally.
  32. PROCEDURE NextError
  33. Guard: TextCmds.FocusGuard
  34. Move caret forward after the next error marker. If there is none, the text is scrolled to the beginning.
  35. PROCEDURE ToggleCurrent
  36. Guard: TextCmds.FocusGuard
  37. Toggle the state of the marker before the caret.
  38. PROCEDURE UnmarkErrors
  39. Guard: TextCmds.FocusGuard
  40. Removes all error markers.
  41. TextControllers.StdCtrlDesc
  42. TextControllers.ControllerDesc
  43. Containers.ControllerDesc
  44. Controllers.ControllerDesc
  45. Helvetica
  46. Documents.ControllerDesc
  47.